home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / ending.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  186 b   |  9 lines

  1. on exitFrame
  2.   repeat with lvi = 1 to 25
  3.     set the blend of sprite 4 to 100 - (lvi * 4)
  4.     set the blend of sprite 5 to lvi * 4
  5.     updateStage()
  6.     lfxkeycontrol()
  7.   end repeat
  8. end
  9.